home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / extremeracing2.swf / scripts / frame_4 / PlaceObject2_82_1 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2007-10-01  |  117 b   |  7 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.car.shape.hitTest(this))
  3.    {
  4.       _root.carLocation = "farleft";
  5.    }
  6. }
  7.